g_object_notify (G_OBJECT (paned), "start-child");
}
+/**
+ * gtk_paned_get_start_child:
+ * @paned: a #GtkPaned
+ *
+ * Retrieves the start child of the given #GdkPaned.
+ *
+ * See also: #GtkPaned::start-child
+ *
+ * Returns: (transfer none) (nullable): the start child widget
+ */
GtkWidget *
gtk_paned_get_start_child (GtkPaned *paned)
{
return priv->shrink_start_child;
}
+/**
+ * gtk_paned_get_end_child:
+ * @paned: a #GtkPaned
+ *
+ * Retrieves the end child of the given #GdkPaned.
+ *
+ * See also: #GtkPaned::end-child
+ *
+ * Returns: (transfer none) (nullable): the end child widget
+ */
void
gtk_paned_set_end_child (GtkPaned *paned,
GtkWidget *child)
g_object_notify (G_OBJECT (paned), "end-child");
}
+
GtkWidget *
gtk_paned_get_end_child (GtkPaned *paned)
{